projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72b9ef9
)
Force company to align completion annotations in eglot sessions
author
João Távora
<joaotavora@gmail.com>
Tue, 22 Oct 2019 00:44:54 +0000
(
01:44
+0100)
committer
João Távora
<joaotavora@gmail.com>
Tue, 22 Oct 2019 00:44:54 +0000
(
01:44
+0100)
* eglot.el (eglot--managed-mode): force
company-tooltip-align-annotations to t.
lisp/progmodes/eglot.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/eglot.el
b/lisp/progmodes/eglot.el
index 92a35cab438d6f3d658c25a2e672188cc1adbbca..e29d88857742b81bca80307fee517c25f69ad3e5 100644
(file)
--- a/
lisp/progmodes/eglot.el
+++ b/
lisp/progmodes/eglot.el
@@
-1226,6
+1226,7
@@
For example, to keep your Company customization use
(eglot--setq-saving xref-prompt-for-identifier nil)
(eglot--setq-saving flymake-diagnostic-functions '(eglot-flymake-backend t))
(eglot--setq-saving company-backends '(company-capf))
+ (eglot--setq-saving company-tooltip-align-annotations t)
(eglot--setq-saving imenu-create-index-function #'eglot-imenu)
(flymake-mode 1)
(eldoc-mode 1))